Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - p2p udp
Search - p2p udp - List
关于p2p编程的一些资料-p2p programming on some of the information
Date : 2025-07-04 Size : 5kb User : cc

一个采用Winsock实现P2P的例子,可以帮助了解P2P的原理。-using a peer-to-peer Winsock example, can help us understand the tenets of P2P.
Date : 2025-07-04 Size : 4.8mb User : 潘伟琛

DL : 1
经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。在这里我就用自己实现的一个VC源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Here, I used one of its own to achieve VC source code to illustrate the UDP Through NAT principle.
Date : 2025-07-04 Size : 30kb User : 何智峰

P2P之UDP穿透NAT的原理与实现源代码,有VC实现的网络编程-P2P UDP penetrate NAT Zhi Theory and implementation of the source code, the VC Network Programming
Date : 2025-07-04 Size : 31kb User : steven

本源码用DELPHI开发,使用UDP协议进行P2P文件传输-source with the Delphi development, use UDP for peer-to-peer file transfer
Date : 2025-07-04 Size : 1.06mb User : ww

P2P 之 UDP穿透NAT的原理与实现(附源代码)。用源代码来说明UDP穿越NAT的原理。这是一个不错的用于研究P2P原理程序。 -P2P UDP penetrate NAT's Theory and Implementation (source code). With the source code to illustrate the UDP Through NAT principle. This is a good principle for the study of P2P procedures.
Date : 2025-07-04 Size : 30kb User : Arnold

DL : 0
这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue burrows Demonstration Program, the source of information is : a) P2P UDP penetrate NAT's Theory and Implementation (source code)-- http :// www.cnpaf.net/Class/hack/0512182034513 804825.htm 2) Wang Ping
Date : 2025-07-04 Size : 29kb User : xiaoyan

DL : 0
P2P之UDP穿透NAT的原理与实现,希望对初学者有帮助.-P2P UDP penetrate NAT's Principle and realize, and I hope to help beginners.
Date : 2025-07-04 Size : 1.9mb User : lixtt

peer-to-peer 客户端,实现udp穿越nat-peer-to-peer client, udp achieved through nat
Date : 2025-07-04 Size : 34kb User : czw

DL : 0
P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT's Theory and Implementation, including the client and server, and the relevant technical documentation
Date : 2025-07-04 Size : 35kb User : 张梁

DL : 0
实现P2P通讯的底层类,其主要时根据网络资料的所提供的通过UDP打洞的方式穿透防火来实现的-Realize the underlying P2P communication category, the main information in accordance with the network provided through the UDP holes penetrating fire way to achieve the
Date : 2025-07-04 Size : 42kb User : 刘SIR


Date : 2025-07-04 Size : 29kb User : 刘敬奉

P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为
Date : 2025-07-04 Size : 54kb User : little3388

是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧-Is a very simple network procedures, only demonstrate how to conduct UDP penetrating the inner network only. I made changes to mainly UDP in testing different NAT penetration in order to facilitate the use of only. So not much changes, the addition of a function and several parameters of the original print no more than some of the information, that. Look at source code you
Date : 2025-07-04 Size : 29kb User : lzp

DL : 0
P2P 之 UDP穿透NAT的原理与实现(附源代码)-P2P penetrate NAT of UDP Principle and realize (with source code)
Date : 2025-07-04 Size : 4mb User : c_xinhui

DL : 1
一个基于UDP协议P2P传输的实用例子,内附源代码-P2P protocol based on UDP transmission of practical examples, containing the source code
Date : 2025-07-04 Size : 1.02mb User : a

P2P 之 UDP穿透NAT的原理与实现,包括了客户端和服务器端,在VC6,xp_sp2下编译测试通过。-P2P penetrate NAT of UDP Principle and realize, including client and server, in VC6, xp_sp2 compiler under test.
Date : 2025-07-04 Size : 23kb User : 3.14159

本代码实现了P2P流量的监测,实现了对IP包,UDP包,TCP包的抓取,并可对捕捉到的包进行分析!-The code implementation of the P2P traffic monitoring, implementation of the IP packet, UDP packet, TCP packet crawl, and to capture packets for analysis!
Date : 2025-07-04 Size : 5.47mb User : 老苗

P2P udp协议打洞简单讲解文章与源码,代码易懂-P2P udp protocol simple holes on the article and source code, code easy to understand
Date : 2025-07-04 Size : 27kb User : Beeld

C#p2p udp 打洞,经过测试可以在公网上运行-C# p2p udp holes, after the test can be run online in the public
Date : 2025-07-04 Size : 138kb User : zq
« 12 3 4 5 6 7 8 9 10 ... 19 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.